home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Comms / HTML Markup 1.0ß3 / Readme < prev    next >
Encoding:
Text File  |  1995-06-04  |  3.2 KB  |  90 lines  |  [TEXT/R*ch]

  1. HTML Markup 1.0ß3
  2. (c)1995, by Scott J. Kleper
  3. Released on 6-3-95
  4. ---------------------------
  5.  
  6. HTML Markup is a drag-and-drop Macintosh text->html converter. There are many
  7. programs that seem to accomplish similar tasks. However, HTML Markup takes a
  8. slightly different approach to the conversion.
  9.  
  10. When you drag a file or files onto the HTML Markup icon, you are presented with
  11. a "job ticket" that allows you to check off your conversion options. The final
  12. version of HTML Markup will have a few more options than this version. The 
  13. options currently available are:
  14.  
  15. •Use first line as <TITLE>
  16.     This option will take the first line of your text file and make it the
  17.     title of the HTML document. If you do not use this option, your HTML file
  18.     will have no title. In the final version, there will be additional options
  19.     like using the file name for the title. Note that if you use this option,
  20.     the first line of your file will still remain in the HTML form and will
  21.     also be the title.
  22.  
  23. •Use first line as <H1>
  24.     This option will take the first line of your text file and make it an <H1>
  25.     header for the file. The line will not be repeated and this option may 
  26.     be used with the above option.
  27.     
  28. •Center <H1>
  29.     This option is only used with the above option. It centers the <H1> 
  30.     described above. If the above option is not used, this option is 
  31.     ignored.
  32.     
  33. •End lines with <BR>
  34.     This option will terminate every line with the <BR> flag. Personally,
  35.     I would almost never do this. One of the reasons I wrote HTML Markup
  36.     was because the converter that I used to use would do this and it
  37.     pissed me off. Still, I can see why some people would want to terminate
  38.     every line so I made it an option.
  39.     
  40. •Convert lists to <UL>'s
  41.     Right now, I'd recommend this option only if you're sure the text 
  42.     file has a list in it. Otherwise, Markup will think that any hyphenated
  43.     word is part of a list! Markup looks for -'s and •'s and converts 
  44.     items listed much like this list of options into <UL> lists. In the
  45.     final version, Markup will be smarter and will leave hyphenated words
  46.     alone. Until then, you may have to go in and change your file if you
  47.     use this option and you have hyphenated words.
  48.  
  49.  
  50. The registered version will also have options to control colors, headers, footers,
  51. titles, comments, and other aspects of HTML design.
  52.  
  53. The third beta version works pretty well. I fixed two nasty bugs (one caused
  54. output to be "weird", the other caused words to be linked together), a whole
  55. bunch of minor ones, and adjusted some memory allocation issues.
  56.  
  57. As far as actual conversion goes, that part isn't completely done yet either.
  58. The essentials are there and most pages will convert fine. Symbols like %, $,
  59. <, >, ©, and ® get converted automatically, but I haven't implemented every
  60. symbol (yet). 
  61.  
  62. Please send me your comments and ideas! If you want to register now (even
  63. though it's still in beta stages) and guarantee yourself a registered copy
  64. of the release version, it's just ten bucks.
  65.  
  66. Send your check for $10 to:
  67.  
  68. Scott J. Kleper
  69. 134 Caversham Woods
  70. Pittsford, NY  14534
  71.  
  72.  
  73. Questions? Comments? Bugs? Ideas? Send email to:
  74.  
  75. sjked@rit.edu
  76.  
  77. The WWW support page for HTML Markup is:
  78.  
  79. http://htc.rit.edu/klephacks/markup.html
  80.  
  81. The FTP site is:
  82.  
  83. ftp://htc.rit.edu/pub/
  84.  
  85. Enjoy!
  86.  
  87.  
  88. -Scott J. Kleper
  89. 6/3/95
  90.